auto merge of #247 : alexcrichton/cargo/extern-myself-please, r=carllerche
authorbors <bors@rust-lang.org>
Wed, 23 Jul 2014 00:59:40 +0000 (00:59 +0000)
committerbors <bors@rust-lang.org>
Wed, 23 Jul 2014 00:59:40 +0000 (00:59 +0000)
commit65074a82fa0f4944294943dff4072b706f351b74
tree03824e0e3804d450c4a7f0582a7afd347bf9259d
parent8d0e2d537971e588dcb2782b58c68f2dc8d613ec
parented3bb05b422100d4937732769d89c0cd394e47a6
auto merge of #247 : alexcrichton/cargo/extern-myself-please, r=carllerche

The test and bin executables weren't getting the correct --extern flags when
tested and built, so the names were conflicting. This passes --extern for the
local crate to ensure the right crate is picked up.